home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / IMAGEADD.DTML < prev    next >
Encoding:
Text File  |  2000-06-20  |  1.4 KB  |  61 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML lang="en">
  3. <HEAD>
  4. <TITLE>Add <dtml-var Kind></TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
  7. <H2>Add <dtml-var Kind></H2>
  8.  
  9. <dtml-var "HelpSys.HelpButton('File_Add.stx','OFSP')">
  10.  
  11. <P>
  12.  You can create a new <dtml-var kind> in the system using the form below. 
  13.  Select an <dtml-var kind> from your local computer by clicking the
  14.  <em>Browse</em> button. The <dtml-var kind> you select will be uploaded
  15.  to the application.
  16. </P>
  17.  
  18. <P>
  19.  <EM>Note</EM>, if you do not provide an <CODE>id</CODE> then the file name
  20.  will be used.
  21. </P>
  22.  
  23. <FORM ACTION="manage_add<dtml-var Kind>" METHOD="POST"
  24.       ENCTYPE="multipart/form-data">
  25. <TABLE CELLSPACING="2">
  26. <TR>
  27.   <TD ALIGN="LEFT" VALIGN="TOP">
  28.   <STRONG>Id</STONG>
  29.   </TD>
  30.   <TD ALIGN="LEFT" VALIGN="TOP">
  31.   <INPUT TYPE="TEXT" NAME="id" SIZE="40">
  32.   </TD>
  33. </TR>
  34. <TR>
  35.   <TD ALIGN="LEFT" VALIGN="TOP">
  36.   <EM><STRONG>Title</STRONG></EM>
  37.   </TD>
  38.   <TD ALIGN="LEFT" VALIGN="TOP">
  39.   <INPUT TYPE="TEXT" NAME="title" SIZE="40">
  40.   </TD>
  41. </TR>
  42. <TR>
  43.   <TD ALIGN="LEFT" VALIGN="TOP">
  44.   <STRONG><dtml-var Kind></STRONG>
  45.   </TD>
  46.   <TD ALIGN="LEFT" VALIGN="TOP">
  47.   <INPUT TYPE="file" NAME="file" SIZE="25" VALUE="">
  48.   </TD>
  49. </TR>
  50. <TR>
  51. <TD></TD>
  52. <TD>
  53. <BR><INPUT TYPE="SUBMIT" VALUE=" Add ">
  54. </TD>
  55. </TR>
  56. </TABLE>
  57. </FORM>
  58. </BODY>
  59. </HTML>
  60.  
  61.